Spread Windows Forms 15.0
FarPoint.PDF Assembly / FarPoint.PDF Namespace / StreamUtilWithExtensions Class / Append Method / Append(Stream,Byte[]) Method


In This Topic
    Append(Stream,Byte[]) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub Append( _
       ByVal str As Stream, _
       ByVal bytes() As Byte _
    ) 
    'Usage
     
    
    Dim str As Stream
    Dim bytes() As Byte
     
    StreamUtilWithExtensions.Append(str, bytes)
    public static void Append( 
       Stream str,
       byte[] bytes
    )

    Parameters

    str
    bytes
    See Also